home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
EDUCATE
/
SM20A.ARJ
/
FUNCTION.LI
< prev
next >
Wrap
Text File
|
1992-03-09
|
300b
|
14 lines
define(log10(x)=ln(x)/ln(10))
define(erfc(x)=1-erf(x))
define(acot(x)=atan(1/x))
define(asec(x)=acos(1/x))
define(acsc(x)=asin(1/x))
define(asinh(x)=ln(x+sqrt(x^2+1)))
define(acosh(x)=ln(x+sqrt(x^2-1)))
define(atanh(x)=0.5*ln((1+x)/(1-x)))
define(asech(x)=ln((1+sqrt(1-x^2)/x)))
end